rolesystem.jade.server
Class ServerA

java.lang.Object
  extended by Agent
      extended by rolesystem.jade.server.ServerA
All Implemented Interfaces:
PMGui.PMOwner

public class ServerA
extends Agent
implements PMGui.PMOwner

This is an agent acting as the server for the rolesystem. It uses a GUI for setting of permission matrix.


Constructor Summary
ServerA()
           
 
Method Summary
 void notifyClose()
          Notifies to the owner that the GUI is being closed.
 void setup()
           
 void takeDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerA

public ServerA()
Method Detail

setup

public void setup()

takeDown

public void takeDown()

notifyClose

public void notifyClose()
Description copied from interface: PMGui.PMOwner
Notifies to the owner that the GUI is being closed.

Specified by:
notifyClose in interface PMGui.PMOwner